Skip to content

Commit

Permalink
Bump to version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vdboor committed Jan 4, 2016
1 parent 7fd62e9 commit 2c8199a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

Changes in 1.1.1 (2016-01-04)
-----------------------------

* Fixed errors when rendering pages with missing items


Changes in 1.1 (2015-12-29)
---------------------------

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
# built documents.
#
# The short X.Y version.
version = '1.1'
version = '1.1.1'
# The full version, including alpha/beta/rc tags.
release = '1.1'
release = '1.1.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion fluent_contents/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# following PEP 440
__version__ = "1.1"
__version__ = "1.1.1"

0 comments on commit 2c8199a

Please sign in to comment.