Skip to content

Commit

Permalink
Bump to v1.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
vdboor committed Dec 21, 2016
1 parent ce7bea0 commit 03da447
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

Changes in 1.1.11 (2016-12-21)
------------------------------

* Fixed "Copy language" button for Django 1.10+
* Fix slot parameter for tests ``fluent_contents.tests.factories.create_placeholder()``


Changes in 1.1.10 (2016-12-15)
------------------------------

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.10'
version = '1.1.11'
# The full version, including alpha/beta/rc tags.
release = '1.1.10'
release = '1.1.11'

# 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.10"
__version__ = "1.1.11"
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,12 @@ def find_version(*parts):
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Framework :: Django',
'Framework :: Django :: 1.4',
'Framework :: Django :: 1.5',
'Framework :: Django :: 1.6',
'Framework :: Django :: 1.7',
'Framework :: Django :: 1.8',
'Framework :: Django :: 1.9',
'Framework :: Django :: 1.10',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
'Topic :: Software Development :: Libraries :: Application Frameworks',
Expand Down

0 comments on commit 03da447

Please sign in to comment.