Skip to content

Commit

Permalink
release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nabobalis committed Sep 30, 2020
1 parent b5a655f commit 7bb2ba4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Sunkit_Instruments 0.1.0 (2020-09-30)
=====================================

No significant changes.
2 changes: 0 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ jobs:
submodules: false

targets:
- wheels_cp3[78]-manylinux*x86_64
- wheels_cp3[78]-macosx*
- sdist
dependsOn:
- py37_test
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@

# -- Project information -----------------------------------------------------

project = 'sunkit-instruments'
from sunkit_instruments import __version__
project = 'sunkit_instruments'
copyright = '2020, The SunPy Developers'
author = 'The SunPy Developers'

# The full version, including alpha/beta/rc tags
from sunkit_instruments import __version__
release = __version__
is_development = '.dev' in __version__

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ build-backend = 'setuptools.build_meta'
missing_message_long = "This pull request does not have a milestone assigned to it. Only maintainers can change this, so you don't need to worry about it. :smile:"

[tool.towncrier]
package = "sunkit-instruments"
package = "sunkit_instruments"
filename = "CHANGELOG.rst"
directory = "changelog/"
issue_format = "`#{issue} <https://github.com/sunpy/sunkit-instruments/pull/{issue}>`__"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[metadata]
name = sunkit_instruments
name = sunkit-instruments
provides = sunkit_instruments
description = "A SunPy-affiliated package for solar instrument-specific tools."
long_description = file: README.rst
Expand Down

0 comments on commit 7bb2ba4

Please sign in to comment.