Skip to content

Commit

Permalink
post-release
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuDartiailh committed Mar 2, 2020
1 parent 5ce584d commit df5aa48
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bytecode/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.11.0'
__version__ = '0.12.0.dev'

__all__ = ['Label', 'Instr', 'SetLineno', 'Bytecode',
'ConcreteInstr', 'ConcreteBytecode',
Expand Down
4 changes: 4 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
ChangeLog
=========

unreleased: Version 0.12.0
--------------------------


2020-03-02: Version 0.11.0
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
#
# The short X.Y version.
# The full version, including alpha/beta/rc tags.
version = release = '0.11.0'
version = release = '0.12.0.dev'


# The language for content autogenerated by Sphinx. Refer to documentation
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# - git commit -a -m "post-release"
# - git push

VERSION = '0.11.0'
VERSION = '0.12.0.dev'

DESCRIPTION = 'Python module to generate and modify bytecode'
CLASSIFIERS = [
Expand Down

0 comments on commit df5aa48

Please sign in to comment.