-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Final steps for releasing v3.6.1 (#126)
* changelog * update the readme a bit * versioning * changelog and version * 3 * wheels note * api note * Notes from Nick * no deps * words * move stuff around * unit to uint * conventional usage: `## Usage` * the * omit needless words! * nix they * update release date
- Loading branch information
Showing
3 changed files
with
154 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
__version__ = '3.6.1a5' | ||
__version__ = '3.6.1' | ||
__description__ = 'Hierarchical hexagonal geospatial indexing system' | ||
__url__ = 'https://github.com/uber/h3-py' | ||
__license__ = "Apache 2.0 License" | ||
__author__ = 'Uber Technologies' | ||
__author_email__ = 'AJ Friend <[email protected]>' | ||
__classifiers__ = [ | ||
"Development Status :: 3 - Alpha", | ||
"Development Status :: 5 - Production/Stable", | ||
"Intended Audience :: Developers", | ||
"Intended Audience :: Science/Research", | ||
"License :: OSI Approved :: Apache Software License", | ||
|