FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit f30456b2 authored by Robin Goodall's avatar Robin Goodall :speech_balloon:
Browse files

chore: update version to 1.0.4

parent e131ca3c
No related branches found
No related tags found
1 merge request!44Ignore users with no lastlogintime
Pipeline #568067 passed
...@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. ...@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.0.4] - 2024-07-08
### Fixed
- Catch/Ignore users with no lastLoginTime field, and ensure they aren't accidentally deleted
## [1.0.3] - 2023-02-27 ## [1.0.3] - 2023-02-27
### Changed ### Changed
......
...@@ -16,7 +16,7 @@ def load_requirements(): ...@@ -16,7 +16,7 @@ def load_requirements():
setup( setup(
name="gsuitesync", name="gsuitesync",
version="1.0.3", version="1.0.4",
packages=find_packages(), packages=find_packages(),
install_requires=load_requirements(), install_requires=load_requirements(),
entry_points={ entry_points={
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment