mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Bump version to 1.1.7
This commit is contained in:
parent
2132df2a6e
commit
d209ec55da
3 changed files with 58 additions and 1 deletions
|
@ -1558,6 +1558,11 @@ repository](https://github.com/Kozea/Radicale/tarball/master).
|
||||||
|
|
||||||
You can download the Radicale package for each release:
|
You can download the Radicale package for each release:
|
||||||
|
|
||||||
|
- [Radicale-1.1.7.tar.gz](https://files.pythonhosted.org/packages/source/R/Radicale/Radicale-1.1.7.tar.gz)
|
||||||
|
- [Radicale-1.1.6.tar.gz](https://files.pythonhosted.org/packages/source/R/Radicale/Radicale-1.1.6.tar.gz)
|
||||||
|
- [Radicale-1.1.5.tar.gz](https://files.pythonhosted.org/packages/source/R/Radicale/Radicale-1.1.5.tar.gz)
|
||||||
|
- [Radicale-1.1.4.tar.gz](https://files.pythonhosted.org/packages/source/R/Radicale/Radicale-1.1.4.tar.gz)
|
||||||
|
- [Radicale-1.1.3.tar.gz](https://files.pythonhosted.org/packages/source/R/Radicale/Radicale-1.1.3.tar.gz)
|
||||||
- [Radicale-1.1.2.tar.gz](https://files.pythonhosted.org/packages/source/R/Radicale/Radicale-1.1.2.tar.gz)
|
- [Radicale-1.1.2.tar.gz](https://files.pythonhosted.org/packages/source/R/Radicale/Radicale-1.1.2.tar.gz)
|
||||||
(47 KiB)
|
(47 KiB)
|
||||||
- [Radicale-1.1.1.tar.gz](http://pypi.python.org/packages/source/R/Radicale/Radicale-1.1.1.tar.gz)
|
- [Radicale-1.1.1.tar.gz](http://pypi.python.org/packages/source/R/Radicale/Radicale-1.1.1.tar.gz)
|
||||||
|
@ -1631,6 +1636,48 @@ distributions, read the ["Contribute" page](#contribute).
|
||||||
# News
|
# News
|
||||||
|
|
||||||
|
|
||||||
|
## May 19, 2020 - Radicale 1.1.7
|
||||||
|
|
||||||
|
Radicale 1.1.7 is out\!
|
||||||
|
|
||||||
|
### 1.1.7 - Third Law of Nature
|
||||||
|
|
||||||
|
- Fix error in `--export-storage`
|
||||||
|
- Include documentation in source archive
|
||||||
|
|
||||||
|
## Jul 24, 2017 - Radicale 1.1.6
|
||||||
|
|
||||||
|
Radicale 1.1.6 is out\!
|
||||||
|
|
||||||
|
### 1.1.6 - Third Law of Nature
|
||||||
|
|
||||||
|
- Improve logging for `--export-storage`
|
||||||
|
|
||||||
|
## Jul 24, 2017 - Radicale 1.1.5
|
||||||
|
|
||||||
|
Radicale 1.1.5 is out\!
|
||||||
|
|
||||||
|
### 1.1.5 - Third Law of Nature
|
||||||
|
|
||||||
|
- Improve logging for `--export-storage`
|
||||||
|
|
||||||
|
## Jun 25, 2017 - Radicale 1.1.4
|
||||||
|
|
||||||
|
Radicale 1.1.4 is out\!
|
||||||
|
|
||||||
|
### 1.1.4 - Third Law of Nature
|
||||||
|
|
||||||
|
- Use shutil.move for `--export-storage`
|
||||||
|
|
||||||
|
## May 27, 2017 - Radicale 1.1.3
|
||||||
|
|
||||||
|
Radicale 1.1.3 is out\!
|
||||||
|
|
||||||
|
### 1.1.3 - Third Law of Nature
|
||||||
|
|
||||||
|
- Add a `--export-storage=FOLDER` command-line argument (by Unrud, see
|
||||||
|
[#606](https://github.com/Kozea/Radicale/pull/606))
|
||||||
|
|
||||||
## April 19, 2017 - Radicale 1.1.2
|
## April 19, 2017 - Radicale 1.1.2
|
||||||
|
|
||||||
Radicale 1.1.2 is out\!
|
Radicale 1.1.2 is out\!
|
||||||
|
|
10
NEWS.rst
10
NEWS.rst
|
@ -3,21 +3,31 @@
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
||||||
|
1.1.7 - Sixth Law of Nature
|
||||||
|
===========================
|
||||||
|
|
||||||
|
* Fix error in ``--export-storage``
|
||||||
|
* Include documentation in source archive
|
||||||
|
|
||||||
|
|
||||||
1.1.6 - Sixth Law of Nature
|
1.1.6 - Sixth Law of Nature
|
||||||
===========================
|
===========================
|
||||||
|
|
||||||
* Improve logging for ``--export-storage``
|
* Improve logging for ``--export-storage``
|
||||||
|
|
||||||
|
|
||||||
1.1.5 - Sixth Law of Nature
|
1.1.5 - Sixth Law of Nature
|
||||||
===========================
|
===========================
|
||||||
|
|
||||||
* Improve logging for ``--export-storage``
|
* Improve logging for ``--export-storage``
|
||||||
|
|
||||||
|
|
||||||
1.1.4 - Fifth Law of Nature
|
1.1.4 - Fifth Law of Nature
|
||||||
===========================
|
===========================
|
||||||
|
|
||||||
* Use ``shutil.move`` for ``--export-storage``
|
* Use ``shutil.move`` for ``--export-storage``
|
||||||
|
|
||||||
|
|
||||||
1.1.3 - Fourth Law of Nature
|
1.1.3 - Fourth Law of Nature
|
||||||
============================
|
============================
|
||||||
|
|
||||||
|
|
|
@ -50,7 +50,7 @@ except ImportError:
|
||||||
from . import auth, config, ical, log, pathutils, rights, storage, xmlutils
|
from . import auth, config, ical, log, pathutils, rights, storage, xmlutils
|
||||||
|
|
||||||
|
|
||||||
VERSION = "1.1.6"
|
VERSION = "1.1.7"
|
||||||
|
|
||||||
# Standard "not allowed" response that is returned when an authenticated user
|
# Standard "not allowed" response that is returned when an authenticated user
|
||||||
# tries to access information they don't have rights to
|
# tries to access information they don't have rights to
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue