Skip to content
Snippets Groups Projects
Commit 0279ec96 authored by Bauck, Kirsten (Contractor) Hailey's avatar Bauck, Kirsten (Contractor) Hailey
Browse files

Merge branch 'v1.2.1' into 'main'

Stages for 1.2.1 release

See merge request astrogeology/autocnet!701
parents 7e0e6978 2755ede3
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 register or to comment