Rename NEWS.md to CHANGELOG.md
This commit is contained in:
parent
81106fa647
commit
59e4f2d594
@ -36,7 +36,7 @@ Want more? Check the [tutorials](#tutorials) and the
|
|||||||
#### What's New?
|
#### What's New?
|
||||||
|
|
||||||
Read the
|
Read the
|
||||||
[changelog on GitHub.](https://github.com/Kozea/Radicale/blob/master/NEWS.md)
|
[changelog on GitHub.](https://github.com/Kozea/Radicale/blob/master/CHANGELOG.md)
|
||||||
|
|
||||||
## Tutorials
|
## Tutorials
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
include COPYING DOCUMENTATION.md NEWS.md README.md
|
include CHANGELOG.md COPYING DOCUMENTATION.md README.md
|
||||||
include config rights
|
include config rights
|
||||||
include radicale.wsgi
|
include radicale.wsgi
|
||||||
|
2
setup.py
2
setup.py
@ -41,7 +41,7 @@ import sys
|
|||||||
|
|
||||||
from setuptools import find_packages, setup
|
from setuptools import find_packages, setup
|
||||||
|
|
||||||
# When the version is updated, a new section in the NEWS.md file must be
|
# When the version is updated, a new section in the CHANGELOG.md file must be
|
||||||
# added too.
|
# added too.
|
||||||
VERSION = "master"
|
VERSION = "master"
|
||||||
WEB_FILES = ["web/internal_data/css/icon.png",
|
WEB_FILES = ["web/internal_data/css/icon.png",
|
||||||
|
Loading…
Reference in New Issue
Block a user