Skip to content
Snippets Groups Projects
Commit 2755ede3 authored by Jay's avatar Jay
Browse files

Stages for 1.2.1 release

parent 7e0e6978
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,8 @@ heading to indicate that only the bug fixes and security fixes are in the bug fi
release.
-->
## [Unreleased]
## [1.2.1]
### Added
- Debug logging to `place_points_in_overlap` and `distribute_points_in_geom` to make debugging issues easier.
......
package:
name: autocnet
version: 1.2.0
version: 1.2.1
channels:
- conda-forge
......@@ -69,7 +69,7 @@ requirements:
- protobuf
- pip
- pip:
- image-registration
- image_registration
test:
imports:
......
......@@ -42,4 +42,4 @@ dependencies:
- protobuf
- pip
- pip:
- image-registration
\ No newline at end of file
- image_registration
\ No newline at end of file
......@@ -5,7 +5,7 @@ from setuptools import setup, find_packages
with open('README.md', 'r') as f:
long_description = f.read()
__version__ = '1.2.0'
__version__ = '1.2.1'
def setup_package():
setup(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment