This commit is contained in:
Peter Williams 2020-03-17 23:26:24 -04:00
Родитель 582664a453
Коммит 62a74fc597
4 изменённых файлов: 9 добавлений и 8 удалений

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

@ -1,7 +1,8 @@
# Next version (unreleased)
- (nothing logged yet)
# 0.1.0 (2020-Mar-17)
- Massive infrastructure rebuild. We now use traitlets and have a framework
for XML serialization, rather than a bunch of boilerplate code. We can
now deserialize folders and their contents.
# 0.0.2 (2020-Feb-05)

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

@ -1,6 +1,6 @@
The MIT License (MIT)
Copyright (c) 2019 the .NET Foundation
Copyright (c) 2019-2020 the .NET Foundation
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in

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

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

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

@ -34,7 +34,7 @@ project homepage].
setup_args = dict(
name = 'wwt_data_formats',
version = '0.1.0.dev0', # also update docs/conf.py
version = '0.1.0', # 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',