Bump Year to 2018

This commit is contained in:
BJ Dierkes 2018-02-02 16:52:47 -06:00
parent e04211d39f
commit dfbe383a4a
3 changed files with 9 additions and 13 deletions

View File

@ -1,8 +1,6 @@
ChangeLog
==============================================================================
# ChangeLog
2.99.1 - DEVELOPMENT (will be released as dev/2.99.2 or stable/3.0.0)
------------------------------------------------------------------------------
## 2.99.1 - DEVELOPMENT (will be released as dev/2.99.2 or stable/3.0.0)
This is a complete fork from Cement 2 code base. Please continue to use
stable versions of Cement 2, until Cement 3.0.0 is released.
@ -11,13 +9,13 @@ stable versions of Cement 2, until Cement 3.0.0 is released.
Bugs:
- `[ext.redis]` Unable To Set Redis Host
- [Issue #440](https://github.com/datafolklabs/cement/issues/440)
- [Issue #440](https://github.com/datafolklabs/cement/issues/440)
Features:
- `[core]` Add Docker / Docker Compose Support
- [Issue #439](https://github.com/datafolklabs/cement/issues/439)
- [Issue #439](https://github.com/datafolklabs/cement/issues/439)
Refactoring:
@ -28,7 +26,7 @@ Refactoring:
Incompatible:
- `[core]` Replace Interfaces with ABC Base Classes
- [Issue #192](https://github.com/datafolklabs/cement/issues/192)
- [Issue #192](https://github.com/datafolklabs/cement/issues/192)
- `[core.foundation]` Rename `CementApp` to `App`.
- `[core.handler]` Rename `CementBaseHandler` to `Handler`
- `[core.handler]` Drop deprecated backend globals
@ -43,10 +41,9 @@ Incompatible:
- `[ext.argparse]` ArgparseController.Meta.default_func is not `_default`, and
will print help info and exit. Can now set this to `None` as well to
pass/exit.
- [Issue #426](https://github.com/datafolklabs/cement/issues/426)
- [Issue #426](https://github.com/datafolklabs/cement/issues/426)
Deprecation:
* *Everything with deprecation notices in Cement < 3*
- *Everything with deprecation notices in Cement < 3*

View File

@ -1,5 +1,4 @@
Contributors
==============================================================================
# Contributors
The following people have contributed to Cement, either by way of source code,
documentation, or testing:

View File

@ -1,5 +1,5 @@
Copyright (c) 2009-2017 Data Folk Labs, LLC
Copyright (c) 2009-2018 Data Folk Labs, LLC
All rights reserved.
Redistribution and use in source and binary forms, with or without