Skip to content

Commit

Permalink
REL: prepare 1.19.x for further development
Browse files Browse the repository at this point in the history
  • Loading branch information
charris committed Oct 29, 2020
1 parent 5010177 commit 72c01b6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions doc/source/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Release Notes
.. toctree::
:maxdepth: 3

1.19.4 <release/1.19.4-notes>
1.19.3 <release/1.19.3-notes>
1.19.2 <release/1.19.2-notes>
1.19.1 <release/1.19.1-notes>
Expand Down
2 changes: 1 addition & 1 deletion pavement.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#-----------------------------------

# Path to the release notes
RELEASE_NOTES = 'doc/source/release/1.19.3-notes.rst'
RELEASE_NOTES = 'doc/source/release/1.19.4-notes.rst'


#-------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@

MAJOR = 1
MINOR = 19
MICRO = 3
ISRELEASED = True
MICRO = 4
ISRELEASED = False
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)

# The first version not in the `Programming Language :: Python :: ...` classifiers above
Expand Down

0 comments on commit 72c01b6

Please sign in to comment.