Skip to content

Commit

Permalink
Bump version to 1.0 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwdavies authored Feb 24, 2020
1 parent 3bc2f20 commit 1507b6f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
See the project repository release history at:

https://github.com/cfpb/wagtail-inventory/releases

or, from the command line:

```
git show 1.0
```

To show the 1.0 release changes.
9 changes: 3 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,15 @@
'mock>=1.0.0',
]


short_description = 'Lookup Wagtail pages by block content'


setup(
name='wagtail-inventory',
url='https://github.com/cfpb/wagtail-inventory',
author='CFPB',
author_email='[email protected]',
description='Lookup Wagtail pages by block content',
long_description=open('README.rst').read(),
license='CCO',
version='1.0',
version_format='{tag}.dev{commitcount}+{gitsha}',
include_package_data=True,
packages=find_packages(),
Expand All @@ -37,8 +36,6 @@
extras_require={
'testing': testing_extras,
},
description=short_description,
long_description=open('README.rst').read(),
classifiers=[
'Framework :: Django',
'Framework :: Django :: 1.10',
Expand Down
5 changes: 1 addition & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[tox]
skipsdist=True
envlist=py36-dj111-wag{113,23},
py36-dj{111,20}-wag20,
py36-dj{20}-wag23,
py36-dj20-wag23,
py{36,38}-dj{20,22}-wag28,
flake8

Expand All @@ -22,10 +21,8 @@ deps=
mock>=1.0.0
dj111: Django>=1.11,<1.12
dj20: Django>=2.0,<2.1
dj21: Django>=2.1,<2.2
dj22: Django>=2.2,<2.3
wag113: wagtail>=1.13,<1.14
wag20: wagtail>=2.0,<2.1
wag23: wagtail>=2.3,<2.4
wag28: wagtail>=2.8,<2.9

Expand Down

0 comments on commit 1507b6f

Please sign in to comment.