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
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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.

+2 −2
Original line number Diff line number Diff line
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:
+1 −1
Original line number Diff line number Diff line
@@ -42,4 +42,4 @@ dependencies:
  - protobuf
  - pip
  - pip:
    - image-registration
 No newline at end of file
    - image_registration
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -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(