Update README (this is 18.0.0)

* Add calver versioning scheme
* Fix bootstrap version
* Update changelog
master
Steven Loria 6 years ago
parent 6739104ef7
commit e25a27b339
No known key found for this signature in database
GPG Key ID: 631262B829DDB506
  1. 15
      README.rst

@ -9,6 +9,10 @@ A Flask template for cookiecutter_.
:target: https://travis-ci.org/sloria/cookiecutter-flask
:alt: Build Status
.. image:: https://img.shields.io/badge/calver-YY.MINOR.MICRO-22bfda.svg
:target: http://calver.org
:alt: CalVer
Use it now
----------
@ -22,7 +26,7 @@ You will be asked about your basic info (name, project name, app name, etc.). Th
Features
--------
- Bootstrap 3 and Font Awesome 4 with starter templates
- Bootstrap 4 and Font Awesome 4 with starter templates
- Flask-SQLAlchemy with basic User model
- Easy database migrations with Flask-Migrate
- Configuration in environment variables, as per `The Twelve-Factor App <https://12factor.net/config>`_
@ -69,6 +73,15 @@ BSD licensed.
Changelog
---------
18.0.0 (09/09/2018)
*******************
- Use CalVer (``YY.MINOR.MICRO``).
- Upgrade to Bootstrap 4. Thanks `@adawalli <https://github.com/adawalli>`_ and `@Hiyorimi <https://github.com/Hiyorimi>`_.
- Use environment variables for configuration.
- Add support for Pipenv.
- Upgrade Python and Node dependencies.
0.13.0 (06/25/2017)
*******************

Loading…
Cancel
Save