This commit is contained in:
Peter Williams 2020-02-05 12:35:13 -05:00
Родитель 208bfc6766
Коммит 11fb76b13e
4 изменённых файлов: 9 добавлений и 4 удалений

Просмотреть файл

@ -1,3 +1,8 @@
# Next version (unreleased)
- (nothing logged yet)
# 0.0.2 (2020-Feb-05)
- Document the FileCabinet support

Просмотреть файл

@ -19,7 +19,7 @@ These are notes for the `wwt_data_formats` developers about how to create a new
one again.
10. `git tag v${version}`
11. Update the version number to `${cur_major}.${next_minor}.0.dev0` and add a
new separator in `CHANGES.md` along the lines of `${version} (unreleased)`.
new separator in `CHANGES.md` along the lines of `Next version (unreleased)`.
Commit with a message of `Back to development.`
12. `git push` (with `-f` if history was rewritten) to the PR branch. This had
*really* better still pass CI.

Просмотреть файл

@ -4,8 +4,8 @@ project = 'wwt_data_formats'
author = 'The AAS WorldWide Telescope Team'
copyright = '2019 the .NET Foundation'
release = '0.0.2' # the full version string; also update ../setup.py
version = '0.0.2' # the "short" version
release = '0.1.0.dev0' # the full version string; also update ../setup.py
version = '0.1.0.dev0' # the "short" version
extensions = [
'sphinx.ext.autodoc',

Просмотреть файл

@ -34,7 +34,7 @@ project homepage].
setup_args = dict(
name = 'wwt_data_formats',
version = '0.0.2', # also update docs/conf.py
version = '0.1.0.dev0', # also update docs/conf.py
description = 'Low-level interface to AAS WorldWide Telescope data formats',
long_description = get_long_desc(),
long_description_content_type = 'text/markdown',