Release version 0.1.0
This commit is contained in:
Родитель
582664a453
Коммит
62a74fc597
|
@ -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)
|
||||
|
||||
|
|
2
LICENSE
2
LICENSE
|
@ -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',
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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',
|
||||
|
|
Загрузка…
Ссылка в новой задаче