Skip to content

Commit

Permalink
Merge pull request #37 from WimpyAnalytics/versionbump
Browse files Browse the repository at this point in the history
Bumped version
  • Loading branch information
ivanvenosdel committed Sep 17, 2015
2 parents 2bf7b0e + c5fef05 commit 03280e8
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
1 change: 1 addition & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ Contributors

* Mikko Ohtamaa <mikko@opensourcehacker.com>
* Brad Montgomery <brad@bradmontgomery.net>
* Samuel Mendes <smendes@webgeoservices.com>
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
History
-------

1.4.2 (2015-09-17)
------------------
Fixed unicode support for models
* Thanks Samuel Mendes for the report and fix.

1.4.1 (2015-09-11)
------------------
Fixed a missing migration bug
Expand Down
2 changes: 1 addition & 1 deletion andablog/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.4.1'
__version__ = '1.4.2'
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
# built documents.
#
# The short X.Y version.
version = '1.4.1'
version = '1.4.2'
# The full version, including alpha/beta/rc tags.
release = '1.4.1'
release = '1.4.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@

setup(
name='django-andablog',
version='1.4.1',
version='1.4.2',
description='A blog app that is only intended to be embedded within an existing Django site.',
long_description=readme + '\n\n' + history,
author='Ivan Ven Osdel',
author_email='ivan@wimpyanalytics.com',
url='https://github.com/WimpyAnalytics/django-andablog',
download_url='https://github.com/wimpyanalytics/django-andablog/tarball/1.4.1',
download_url='https://github.com/wimpyanalytics/django-andablog/tarball/1.4.2',
packages=[
'andablog',
],
Expand Down

0 comments on commit 03280e8

Please sign in to comment.