Skip to content

Commit

Permalink
BK-2177 Bumping version number and updating changelog
Browse files Browse the repository at this point in the history
Taking advantage of this commit also updating License file to be
recognised by Github as valid license file
  • Loading branch information
eos87 committed Mar 2, 2017
1 parent ab7de16 commit 0f3e146
Show file tree
Hide file tree
Showing 8 changed files with 478 additions and 203 deletions.
289 changes: 282 additions & 7 deletions CHANGES.txt

Large diffs are not rendered by default.

376 changes: 188 additions & 188 deletions LICENSE.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Booktype 2.1.0
Booktype 2.2.0
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
# built documents.
#
# The short X.Y version.
version = '2.1'
version = '2.2'
# The full version, including alpha/beta/rc tags.
release = '2.1.0'
release = '2.2.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions lib/booki/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Booktype package
# XXX can this be done from setup.py ?
version = (2,1,0)
# XXX can this be done from setup.py ?
version = (2,2,0)
2 changes: 1 addition & 1 deletion lib/booktype/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = (2,1,0)
version = (2,2,0)
2 changes: 1 addition & 1 deletion lib/booktypecontrol/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = (2,1,0)
version = (2,2,0)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def read(*rnames):

setup(
name="Booktype",
version="2.1.0",
version="2.2.0",

packages=find_packages('lib'), # include all packages under lib
package_dir={'': 'lib'}, # tell distutils packages are under lib
Expand Down

0 comments on commit 0f3e146

Please sign in to comment.