Skip to content

Commit

Permalink
Skipping candidate release
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanvenosdel committed Apr 28, 2019
1 parent bffdf9e commit e4e76e6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
History
-------

3.1.0rc1
--------
3.1.0 (2019-04-27)
------------------
Django 2.1 support, drops Django 1.11 (along with Python2.7) support

3.0.0 (2019-03-15)
Expand Down
2 changes: 1 addition & 1 deletion andablog/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.1.0rc1'
__version__ = '3.1.0'
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@

setup(
name='django-andablog',
version='3.1.0rc1',
version='3.1.0',
description='A blog app that is only intended to be embedded within an existing Django site.',
long_description=readme + '\n\n' + history,
author='Ivan VenOsdel',
author_email='ivan@wimpyanalytics.com',
url='https://github.com/WimpyAnalytics/django-andablog',
download_url='https://github.com/wimpyanalytics/django-andablog/tarball/3.1.0rc1',
download_url='https://github.com/wimpyanalytics/django-andablog/tarball/3.1.0',
packages=[
'andablog',
],
Expand All @@ -45,7 +45,7 @@
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Natural Language :: English',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3 :: Only',
'Framework :: Django',
],
test_suite='tests',
Expand Down

0 comments on commit e4e76e6

Please sign in to comment.