Skip to content

Commit b3d248e

Browse files
committed
✨ ready for 0.0.13 release
1 parent 4ca7c4c commit b3d248e

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Change log
99
#. Replace pkg_resources-based Django version check with django.get_version()
1010
#. Exclude .venv from flake8 check to simplify development
1111

12-
0.0.12 - 18.08.2022
12+
0.0.12 - not released
1313
--------------------------------------------------------------------------------
1414

1515
**Change:**
@@ -18,7 +18,7 @@ Change log
1818
#. Tested against django 4.1
1919
#. Change xlrd version <=1.2.0
2020

21-
0.0.11 - tbd
21+
0.0.11 - not released
2222
--------------------------------------------------------------------------------
2323

2424
**Updated**

changelog.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ releases:
1414
- Support for django 2.0.x
1515
- Tested against django 4.1
1616
- Change xlrd version <=1.2.0
17-
date: 18.08.2022
17+
date: not released
1818
version: 0.0.12
1919
- changes:
2020
- action: Updated
2121
details:
2222
- 'Test Support for django 3.x.x'
2323
- 'Tested against django 3.x.x'
24-
date: tbd
24+
date: not released
2525
version: 0.0.11
2626
- changes:
2727
- action: Added

django_excel.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
overrides: "pyexcel.yaml"
22
name: "django-excel"
33
organisation: pyexcel-webwares
4-
version: 0.0.10
5-
current_version: 0.0.10
6-
release: 0.0.10
4+
version: 0.0.13
5+
current_version: 0.0.13
6+
release: 0.0.13
77
webframework: Django
88
dependencies:
99
- pyexcel>=0.5.7

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@
3232

3333
NAME = "django-excel"
3434
AUTHOR = "C.W."
35-
VERSION = "0.0.10"
35+
VERSION = "0.0.13"
3636
3737
LICENSE = "New BSD"
3838
DESCRIPTION = (
3939
"A django middleware that provides one application programming" +
4040
"interface to read and write data in different excel file formats"
4141
)
4242
URL = "https://github.com/pyexcel-webwares/django-excel"
43-
DOWNLOAD_URL = "%s/archive/0.0.10.tar.gz" % URL
43+
DOWNLOAD_URL = "%s/archive/0.0.13.tar.gz" % URL
4444
FILES = ["README.rst", "CONTRIBUTORS.rst", "CHANGELOG.rst"]
4545
KEYWORDS = [
4646
"python",
@@ -96,8 +96,8 @@
9696
PUBLISH_COMMAND = "{0} setup.py sdist bdist_wheel upload -r pypi".format(sys.executable)
9797
HERE = os.path.abspath(os.path.dirname(__file__))
9898

99-
GS_COMMAND = ("gease django-excel v0.0.10 " +
100-
"Find 0.0.10 in changelog for more details")
99+
GS_COMMAND = ("gease django-excel v0.0.13 " +
100+
"Find 0.0.13 in changelog for more details")
101101
NO_GS_MESSAGE = ("Automatic github release is disabled. " +
102102
"Please install gease to enable it.")
103103
UPLOAD_FAILED_MSG = (

0 commit comments

Comments
 (0)