Skip to content

Commit

Permalink
Version update (#36)
Browse files Browse the repository at this point in the history
* Default parameter debugging. Ran the code through the DRYer.

* Param defaults, fixes to GetDeviceDetails, DRYer

* Parameter defaults, DRYer, Unit testing

* Parameter cleanup, IDs fix, DRYer, Unit testing

* Param, partition, content-type fixes. Unit tests.

* Parameter cleanup, DRYer

* Param cleanup, IDs fix, DRYer, Unit testing

* Param cleanup, IDs fix, DRYer, More to do here

* Param cleanup, IDs fixes, DRYer

* Param cleanup, IDs fixes, DRYer

* Param cleanup, IDs fix, DRYer

* Param cleanup, IDs fix, DRYer, Unit testing

* Param cleanup, IDs fix, DRYer, Unit testing

* Param cleanup, IDs fix, DRYer, Unit testing

* Param cleanup, IDs fix, DRYer, Unit testing

* Param cleanup, IDs fix, DRYer, Unit testing

* Param cleanup, IDs fix, DRYer, Unit testing

* Param cleanup, IDs fix, DRYer, Unit test prep

* Param cleanup, IDs fix, DRYer, Basic unit tests

* Quick run thru the DRYer

* Minor pytest fixes

* Minor pytest fixes

* GitHub workflow fix

* v 0.2.0 - Updated services classes
  • Loading branch information
jshcodes authored Dec 26, 2020
1 parent 3dfec98 commit 81e4ea8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="crowdstrike-falconpy",
version="0.1.11",
version="0.2.0",
author="CrowdStrike",
maintainer="Joshua Hiller",
description="The CrowdStrike Falcon API SDK for Python 3",
Expand Down
2 changes: 1 addition & 1 deletion src/falconpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
The CrowdStrike Falcon API SDK
"""

__version__ = '0.1.11'
__version__ = '0.2.0'
__maintainer__ = 'Joshua Hiller'
__author__ = 'CrowdStrike'
__credits__ = 'CrowdStrike'

0 comments on commit 81e4ea8

Please sign in to comment.