Skip to content

Commit

Permalink
[master], modified info for release 1.2.0 and updated installation in…
Browse files Browse the repository at this point in the history
…structions
  • Loading branch information
panDanieleN committed Jul 4, 2023
1 parent cfebf93 commit 66ab6aa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ lbh15
=====

:Author: Daniele Panico, Daniele Tomatis
:Date: 03/24/2023
:Date: 07/04/2023

Introduction
------------
Expand Down
4 changes: 2 additions & 2 deletions lbh15/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
"""__init__ module of lbh15 package"""

__version__ = "1.1.1"
__version__ = "1.2.0"
__author__ = "Daniele Panico, Daniele Tomatis"
__company__ = "newcleo"
__date__ = "March 2023"
__date__ = "July 2023"

from .lead import Lead
from .bismuth import Bismuth
Expand Down
11 changes: 6 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def get_info(rel_path, info):
- Change date in README.rst
2. Test the package build and install on test-pypi:
a. Change the name of the package in setup.py in 'lbh15-test'
a. Change the name of the package in setup.py and pyproject.toml in 'lbh15-test'
b. python3 setup.py sdist # in project directory
c. twine check dist/* # check that package is ok
d. twine upload --repository testpypi dist/* # verify upload is successful on test-PyPI
Expand All @@ -75,10 +75,11 @@ def get_info(rel_path, info):
f. If every thing is ok change back the package name in 'lbh15'
3. Create tag (on master):
a. git tag v<version>
b. git push <origin_name> <tag_name>
c. git diff --stat=200 <previous_tag> <tag_name> > log.diff.<tag_name>
d. You should see the tag on github page as well. Then on github do:
a. commit previous release info modifications
b. git tag v<version>
c. git push <origin_name> <tag_name>
d. git diff --stat=200 <previous_tag> <tag_name> > log.diff.<tag_name>
e. You should see the tag on github page as well. Then on github do:
- https://github.com/newcleo-dev-team/lbh15/releases
- Click on "Draft a new release"
- Choose the tag
Expand Down

0 comments on commit 66ab6aa

Please sign in to comment.