Skip to content

Commit

Permalink
Bugfix release 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danirus committed Feb 19, 2017
1 parent 3d5d6b0 commit 99af8da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
# The short X.Y version.
version = '1.4'
# The full version, including alpha/beta/rc tags.
release = '1.4.0'
release = '1.4.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 inline_media/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
django_inline_media - Simple Django app that allows insertion of inline media objects in text fields.
"""
VERSION = (1, 3, 0, 'f', 0) # following PEP 386
VERSION = (1, 4, 1, 'f', 0) # following PEP 386

def get_version():
version = '%s.%s' % (VERSION[0], VERSION[1])
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def run_tests(*args):

setup(
name="django-inline-media",
version="1.4.0",
version="1.4.1",
packages=find_packages(),
license="MIT",
description=("django-inline-media allows insertion of inline media "
Expand Down

0 comments on commit 99af8da

Please sign in to comment.