Skip to content

Commit bc4da91

Browse files
committed
Release 2.0.0
1 parent 4e43f9a commit bc4da91

File tree

10 files changed

+86
-73
lines changed

10 files changed

+86
-73
lines changed

HISTORY.rst

Lines changed: 54 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -6,110 +6,121 @@ History
66

77
.. towncrier release notes start
88
9+
2.0.0 (2020-11-15)
10+
===================
11+
12+
Features
13+
--------
14+
15+
- Move to Github Actions (#362)
16+
- Adopt modern packaging layout (#363)
17+
- Reformat with black (#364)
18+
- Add support for Django 3.1 / django CMS 3.8 (#376)
19+
- Update pre-commit repos (#377)
920

1021
1.2.3 (2020-04-23)
1122
===================
1223

13-
* Fixed support for staticfiles
14-
* Fixed X_FRAME_OPTIONS default
24+
* Fix support for staticfiles
25+
* Fix X_FRAME_OPTIONS default
1526

1627
1.2.2 (2020-04-23)
1728
===================
1829

19-
* Added support for Django 3.0
20-
* Added support for django CMS 3.7.2
30+
* Add support for Django 3.0
31+
* Add support for django CMS 3.7.2
2132

2233
1.2.1 (2019-12-27)
2334
===================
2435

25-
* Pinned formtools version on django 1.11 to avoid python 2 issues
26-
* Unpinned psycopg2 version for Django 2.2+
27-
* Added support for "shorthand" postgres django backend
36+
* Pin formtools version on django 1.11 to avoid python 2 issues
37+
* Unpin psycopg2 version for Django 2.2+
38+
* Add support for "shorthand" postgres django backend
2839

2940
1.2.0 (2019-11-04)
3041
===================
3142

32-
* Added support for django CMS 3.7 - Django 2.2
33-
* Added support for Python 3.7
43+
* Add support for django CMS 3.7 - Django 2.2
44+
* Add support for Python 3.7
3445
* Replaced Bootstrap 3 theme with Bootstrap 4
35-
* Added djangocms-bootstrap4 package
36-
* Dropped support for Django < 1.11
37-
* Dropped support for Python 3.4
38-
* Dropped support for aldryn-boilerplates
46+
* Add djangocms-bootstrap4 package
47+
* Drop support for Django < 1.11
48+
* Drop support for Python 3.4
49+
* Drop support for aldryn-boilerplates
3950

4051
1.1.1 (2019-06-29)
4152
===================
4253

43-
* Fixed project name check
44-
* Pinned psycopg2 version to avoid issues in Python 3.6+
54+
* Fix project name check
55+
* Pin psycopg2 version to avoid issues in Python 3.6+
4556

4657
1.1.0 (2019-03-05)
4758
===================
4859

49-
* Added support for django CMS 3.6
50-
* Added detection of incompatible DJANGO_SETTINGS_MODULE environment variable
51-
* Added detection of mismatched Django version between currently installed and declared one
60+
* Add support for django CMS 3.6
61+
* Add detection of incompatible DJANGO_SETTINGS_MODULE environment variable
62+
* Add detection of mismatched Django version between currently installed and declared one
5263

5364
1.0.2 (2018-11-21)
5465
===================
5566

56-
* Bumped html5lib / djangocms-text-ckeditor version
67+
* Bump html5lib / djangocms-text-ckeditor version
5768

5869
1.0.1 (2018-06-03)
5970
===================
6071

61-
* Pinned django-polymorphic version to fix issues with django < 1.11
62-
* Pinned djangocms core plugins versions
72+
* Pin django-polymorphic version to fix issues with django < 1.11
73+
* Pin djangocms core plugins versions
6374

6475
1.0.0 (2018-02-01)
6576
===================
6677

67-
* Dropped cmsplugin-filer in favor of core plugins which now use filer
68-
* Added django CMS 3.5
78+
* Drop cmsplugin-filer in favor of core plugins which now use filer
79+
* Add django CMS 3.5
6980

7081
0.9.8 (2018-01-10)
7182
===================
7283

73-
* Raised more informative messages on command failures
74-
* Fixed tests for django CMS develop
84+
* Raise more informative messages on command failures
85+
* Fix tests for django CMS develop
7586

7687
0.9.7 (2017-07-15)
7788
===================
7889

79-
* Improved django-admin invocation to support more python environments layouts
90+
* Improve django-admin invocation to support more python environments layouts
8091

8192
0.9.6 (2017-03-12)
8293
===================
8394

84-
* Added more Django 1.10 fixes / cleanups
85-
* Added python 3.6 compatibility
95+
* Add more Django 1.10 fixes / cleanups
96+
* Add python 3.6 compatibility
8697

8798
0.9.5 (2017-02-16)
8899
===================
89100

90-
* Added more Django 1.10 fixes / cleanups
101+
* Add more Django 1.10 fixes / cleanups
91102

92103
0.9.4 (2017-01-03)
93104
===================
94105

95-
* Added support for Django 1.10
96-
* Added 'lts' keyword (it's now the default instead of 'stable')
106+
* Add support for Django 1.10
107+
* Add 'lts' keyword (it's now the default instead of 'stable')
97108

98109
0.9.3 (2016-11-16)
99110
===================
100111

101-
* Fixed issue with create_user command
112+
* Fix issue with create_user command
102113

103114
0.9.2 (2016-11-12)
104115
===================
105116

106-
* Fixed search 'django-admin.py'
107-
* Improved error reporting during package installation
117+
* Fix search 'django-admin.py'
118+
* Improve error reporting during package installation
108119

109120
0.9.1 (2016-10-02)
110121
===================
111122

112-
* Fixed issue with -p parameter
123+
* Fix issue with -p parameter
113124

114125
0.9.0 (2016-09-15)
115126
===================
@@ -131,20 +142,20 @@ History
131142
* Disable permission by default
132143

133144
0.8.12 (2016-08-27)
134-
===================+
145+
====================
135146

136147
* Pin plugins versions
137148

138149
0.8.11 (2016-07-15)
139-
===================+
150+
====================
140151

141152
* Better plugins version pinning
142153
* Move sitemaps to non-language prefix url
143154
* Fallback to UTC when timezone cannot be detected
144155
* Pin html5lib version
145156

146157
0.8.10 (2016-05-28)
147-
===================+
158+
====================
148159

149160
* Add support for django CMS 3.3 final
150161

@@ -263,8 +274,8 @@ History
263274
0.7.2 (2015-02-08)
264275
===================
265276

266-
* Fixed Windows compatibility issues
267-
* Fixed python 3 compatibility issues
277+
* Fix Windows compatibility issues
278+
* Fix python 3 compatibility issues
268279
* Add a flag to skip the project directory emptiness check
269280

270281
0.7.1 (2015-01-15)
@@ -277,10 +288,10 @@ History
277288
0.7.0 (2015-01-10)
278289
===================
279290

280-
* Improved support for Django 1.7 and django CMS develop (3.1)
291+
* Improve support for Django 1.7 and django CMS develop (3.1)
281292
* Totally new test strategy
282293
* Reverted -I parameter to install packages
283-
* Improved support for cleanup after failure
294+
* Improve support for cleanup after failure
284295

285296
0.6.0 (2014-11-30)
286297
===================
@@ -395,7 +406,7 @@ History
395406
0.1.1 (2013-10-20)
396407
===================
397408

398-
* Improved documentation on how to fix installation in case of missing libraries.
409+
* Improve documentation on how to fix installation in case of missing libraries.
399410

400411
0.1.0 (2013-10-19)
401412
===================

README.rst

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ Command to easily bootstrap django CMS projects
88

99
* Free software: BSD license
1010

11+
************
1112
Features
12-
--------
13+
************
1314

1415
``djangocms-installer`` is a console wizard to help bootstrapping a django CMS
1516
project.
@@ -19,8 +20,9 @@ Refer to `django CMS Tutorial`_ on how to properly setup your first django CMS p
1920
.. warning:: Version 2.0 dropped support for Python 2.7, 3.5, django CMS < 3.7 and Django < 2.2.
2021
More 1.2.x versions may be released after 1.2 is out in case important bugfixes will be needed.
2122

23+
************
2224
Usage
23-
-----
25+
************
2426

2527
To create your first django CMS project run::
2628

@@ -40,13 +42,15 @@ and enjoy your first django CMS project.
4042

4143
More at `django CMS Tutorial`_ and `installer usage page`_
4244

45+
**************
4346
Documentation
44-
-------------
47+
**************
4548

4649
For detailed information see https://djangocms-installer.readthedocs.io
4750

51+
************************************************
4852
Preliminary checks and system libraries
49-
---------------------------------------
53+
************************************************
5054

5155
While this wizard try to handle most of the things for you, it doesn't check for
5256
all the proper native (non python) libraries to be installed.
@@ -63,8 +67,9 @@ Libraries you would want to check:
6367

6468
For additional information, check https://djangocms-installer.readthedocs.io/en/latest/libraries.html
6569

70+
******************
6671
Supported versions
67-
------------------
72+
******************
6873

6974
The current supported version matrix is the following:
7075

@@ -84,16 +89,18 @@ it's not supported, while it still may work.
8489
``djangocms-installer`` tries to support beta versions of django CMS when they
8590
are be considered sufficiently stable by the upstream project.
8691

92+
*******
8793
Warning
88-
-------
94+
*******
8995

9096
``djangocms-installer`` assumes that ``django-admin.py`` is installed in the same directory
9197
as python executable, which is the standard virtualenv layout. Other installation layouts
9298
might work, but are not officially supported.
9399

94100

101+
***************
95102
Windows support
96-
---------------
103+
***************
97104

98105
The installer is tested on Windows 10 with Python version 3.8.6 installed using
99106
official MSI packages available at http://python.org.

changes/362.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/363.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/364.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/376.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/377.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

djangocms_installer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__author__ = "Iacopo Spalletti"
22
__email__ = "[email protected]"
3-
__version__ = "1.3.0dev1"
3+
__version__ = "2.0.0"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ build-backend = "setuptools.build_meta"
55
[tool.black]
66
line-length = 119
77
target-version = ["py36"]
8-
include = 'app_helper/*py'
8+
include = 'djangocms_installer/*py'
99

1010
[tool.towncrier]
11-
package = "app_helper"
11+
package = "djangocms_installer"
1212
directory = "changes"
1313
filename = "HISTORY.rst"
1414
title_format = "{version} ({project_date})"

setup.cfg

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.0.0.dev0
2+
current_version = 2.0.0
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.?)(?P<release>[a-z]*)(?P<relver>\d*)
44
serialize =
55
{major}.{minor}.{patch}.{release}{relver}
@@ -35,20 +35,20 @@ long_description_content_type = text/x-rst
3535
license = BSD
3636
license_file = LICENSE
3737
classifiers =
38-
Development Status :: 5 - Production/Stable,
39-
Framework :: Django,
40-
Intended Audience :: Developers,
41-
License :: OSI Approved :: BSD License,
42-
Natural Language :: English,
43-
Programming Language :: Python :: 3,
44-
Programming Language :: Python :: 3.5,
45-
Programming Language :: Python :: 3.6,
46-
Programming Language :: Python :: 3.7,
47-
Programming Language :: Python :: 3.8,
48-
Framework :: Django,
49-
Framework :: Django :: 2.2,
50-
Framework :: Django :: 3.0,
51-
Framework :: Django :: 3.1,
38+
Development Status :: 5 - Production/Stable
39+
Framework :: Django
40+
Intended Audience :: Developers
41+
License :: OSI Approved :: BSD License
42+
Natural Language :: English
43+
Programming Language :: Python :: 3
44+
Programming Language :: Python :: 3.5
45+
Programming Language :: Python :: 3.6
46+
Programming Language :: Python :: 3.7
47+
Programming Language :: Python :: 3.8
48+
Framework :: Django
49+
Framework :: Django :: 2.2
50+
Framework :: Django :: 3.0
51+
Framework :: Django :: 3.1
5252
Topic :: Software Development
5353

5454
[options]

0 commit comments

Comments
 (0)