Skip to content

Commit

Permalink
Merge branch 'release-2.1b1'
Browse files Browse the repository at this point in the history
  • Loading branch information
bskinn committed Nov 13, 2020
2 parents bae54d3 + 96f36b9 commit fbd65b6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project strives to adhere to
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).


### [2.1.0a3] - *pending*
### [2.1.0b1] - 2020-11-13

#### Added

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,11 @@ inventory creation/modification::
>>> import sphobjinv as soi
>>> inv = soi.Inventory('doc/build/html/objects.inv')
>>> print(inv)
<Inventory (fname_zlib): sphobjinv v2.1a3, 185 objects>
<Inventory (fname_zlib): sphobjinv v2.1b1, 185 objects>
>>> inv.project
'sphobjinv'
>>> inv.version
'2.1a3'
'2.1b1'
>>> inv.objects[0]
DataObjStr(name='sphobjinv.cmdline', domain='py', role='module', priority='0', uri='cli/implementation.html#module-$', dispname='-')

Expand Down
2 changes: 1 addition & 1 deletion src/sphobjinv/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
"""

__version__ = "2.1a3.dev0"
__version__ = "2.1b1"

0 comments on commit fbd65b6

Please sign in to comment.