File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff 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 **
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11overrides : " pyexcel.yaml"
22name : " django-excel"
33organisation : 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
77webframework : Django
88dependencies :
99 - pyexcel>=0.5.7
Original file line number Diff line number Diff line change 3232
3333NAME = "django-excel"
3434AUTHOR = "C.W."
35- VERSION = "0.0.10 "
35+ VERSION = "0.0.13 "
36363737LICENSE = "New BSD"
3838DESCRIPTION = (
3939 "A django middleware that provides one application programming" +
4040 "interface to read and write data in different excel file formats"
4141)
4242URL = "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
4444FILES = ["README.rst" , "CONTRIBUTORS.rst" , "CHANGELOG.rst" ]
4545KEYWORDS = [
4646 "python" ,
9696PUBLISH_COMMAND = "{0} setup.py sdist bdist_wheel upload -r pypi" .format (sys .executable )
9797HERE = 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" )
101101NO_GS_MESSAGE = ("Automatic github release is disabled. " +
102102 "Please install gease to enable it." )
103103UPLOAD_FAILED_MSG = (
You can’t perform that action at this time.
0 commit comments