Skip to content

Commit

Permalink
Release version 1!0.4.0
Browse files Browse the repository at this point in the history
Shortlog of commits since last release:

    Brian Bouterse (2):
          Updates pulp-smash for repo layout changes
          Introduce BASE_CONTENT_GUARD_PATH

    Bruno Rocha (8):
          Add `download_content_unit` helper function for Pulp 3
          Adds `RegistryClient` to talk woth container registries.
          Fic certguard endpoint
          add kwargs to download_content_unit function
          Add `ensure_teardownclass` context manager to pulp_smash.utils
          Add api.task_handler and related Client.using_handler
          Add 'pulp-smash shell' command.
          Lazy load the cli.Client machine

    Daniel Alley (1):
          Update get_artifact_paths() to be more correct

    koliveir (4):
          Remove constant USER_PATH
          Add lazy download policies constant
          Overhaul CI and apply code format
          Update documentation about task_handler
  • Loading branch information
koliveir committed Apr 9, 2019
1 parent 313cd75 commit ceae0f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1!0.3.0
1!0.4.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"Intended Audience :: Developers",
(
"License :: OSI Approved :: GNU General Public License v3 or later"
"(GPLv3+)"
" (GPLv3+)"
),
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
Expand Down

0 comments on commit ceae0f6

Please sign in to comment.